/*
Theme Name: ConsoleClassics Theme
Theme URI: www.google.ca
Description: Based on HTML5 reset, http://html5reset.org
Author: M a r c i n : )
Author URI: www.googla.ca 
Version: 2.0
*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}



html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Marcin's custom resets
   ========================================================================== */


body, html {
	margin:0;
	padding:0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	display: inline;
	
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	font-weight: 300;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

a:link {
	color: #E7EAEB;
	text-decoration: none;
}
 
a:active {
	color: #E7EAEB;
	text-decoration: none;
	border: none;
	outline: none;
}
 
a:visited {
	color: #E7EAEB;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

a:focus {
	border: none;
	outline: none;

}

:focus {
	outline: none;
}

input {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline:none;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

/* ===========Elements=========== */

body {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #040b15;
	
}

.container {
	width: 900px;
	margin: 0 auto;
	clear:both;

}

#ajax-loader {
	display: none;
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);

}

.btn {
	color: black;
	position: relative;
	margin: 0 auto;
	background-color: white;
	border-radius: 4px;
	padding: 3px 12px;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
}

.btn.large {
	border-radius: 8px;
}

.btn.blue{
	color: #E7EAEB !important;
	background-color: blue;
	background: rgba(88,164,219,1);
	background: -moz-linear-gradient(top, rgba(88,164,219,1) 0%, rgba(71,138,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(88,164,219,1)), color-stop(100%, rgba(71,138,204,1)));
	background: -webkit-linear-gradient(top, rgba(88,164,219,1) 0%, rgba(71,138,204,1) 100%);
	background: -o-linear-gradient(top, rgba(88,164,219,1) 0%, rgba(71,138,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(88,164,219,1) 0%, rgba(71,138,204,1) 100%);
	background: linear-gradient(to bottom, rgba(88,164,219,1) 0%, rgba(71,138,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a4db', endColorstr='#478acc', GradientType=0 );

}

.img-gallery-shadow {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: 50;
}

.img-gallery {
	position: fixed;
	height: 100%;
	width: 100%;

	z-index: 100;
}
.img-gallery-container {
	height: 500px;
	width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img-gallery-img-container {
	
}

.img-gallery-img-container img {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 2px 18px 2px #000;
}

.img-gallery-img-container iframe,
.img-gallery-img-container object,
.img-gallery-img-containerembed { 
	position: absolute;
	top: 0;
	width: 72%;
	height: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 2px 18px 2px #000;
}


.img-nav {
	font-family: 'Roboto', sans-serif;
	position: absolute;
	font-size: 3em;
	top: 50%;
	transform: translateY(-50%);
}

.img-nav.nav-left, .img-nav.nav-right  {
	line-height: 40px;
	padding-bottom: 5px;
}

.img-nav a:hover {
	color: grey;
}

.nav-exit {
	top: 5px;
	right:10px;
	font-size: 2em;
	
}
.nav-left {
	left: 10px;
}

.nav-right {
	right: 10px;
}


/* ===========Header=========== */
header {
	background-color: #040b15;
	
}

.top-container {
	padding-top: 15px;

}


.top-nav {
	height: 80px;
	background-color:#e7eaeb;
	position: relative;
	
	color: #e7eaeb;
	font-size: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	z-index: 1;
	box-shadow: 0px 1px 13px 0px rgba(0,0,0,0.25);

}

.top-nav img {
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
}

.top-nav ul {
	margin-left: 20px;
}
.top-nav li {
	margin-right: 20px;
	text-transform: uppercase;
}

.top-nav li.active {
	text-shadow: 2px 3px #1754AC;
}

.top-nav li:hover {
	text-shadow: 2px 3px #1754AC;
}

.background:before { 
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 80px solid #4587ca;
    right: 100%;
    top: 0;
		
		-moz-transform: scale(.9999)
}

.background {
	background-color: #4587ca;
	position: absolute;
	width: 55%;
	height: 100%;
	right: 0;
	top: 0;
	
	line-height: 80px;
	white-space: nowrap;
}

/* ===========Slideshow Section=========== */

#the-slideshow {
}

.top-main {
	background-color: #040b15;
	height: 380px;
	
	color: #e7eaeb;
	overflow: hidden;
}


.top-main .container {
	width: 1280px;
	position: relative;
}

.slideshow {
	float: left;	
}

.slideshow img {
	width: 800px;
	height:; 380px;
}

.slideshow-text-container {
	position: relative;
	display: inline-block;
	height: 380px;
	
}

.slideshow-text {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	min-width: 320px;
	padding: 0 0 0 20px;
}

.slideshow-text h1 {
	text-align: center;
}

.slideshow-text p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	text-align: justify;
}

.slideshow-text .btn {
	margin-top: 15px;
	text-align: center;
	font-size: 1.5em;
}

/* ===========Releases=========== */

.releases {
	position: relative;
	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.05) 99%);
	background-color: #243651;
	color: #e7eaeb;
}

.releases h1 {
	text-align: center;
	padding: 30px 0;
	color: #4587ca;
}

.releases-table {
	margin: 0 auto;
	display: inline-block;
}

.cell {
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #4587ca;
	width: 300px;
	padding-left: 20px;
	padding-right: 20px;
	
}

.cell.row1 {
	padding-bottom: 60px;
}
.cell.row2 {
	margin-bottom: 65px;
}

.cell.column3 {
	border: none;
}

.cell.row2.column1 {
	clear: left;
}

.cell-thumbnail {
	float: left;
	position: relative;
	z-index: 1;
}

.cell img {
	margin-right: 15px;
	height: auto;
	width: 90px;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
}

.cell-container {
	height: 126px;
	position: relative;
}

.cell .release-description {
	max-height: 3em;
	overflow: hidden;
	text-align: center;
}

.cell h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 3px;
}

.cell p {
	font-size: .75em;
}

.cell .btn {
	position: absolute;
	margin-left: 115px;
	bottom: 0px;
	width: 123px;
	height: 31px;
	padding: 2px 0;
	font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
/* ===========Videos=========== */

.videos {
	background-color: #4587ca;
	color: #e7eaeb;
	padding-bottom: 10px;
}

.videos .container {
	position: relative;
}

.videos-header {
	position: relative;
	padding: 30px 0;
}

.videos .videos-top {
	text-align: center;
	position: relative;
}

.videos h3 {
	padding: 10px 0;
	text-align: center;

}

.videos .btn {
	position: absolute;
	right: 0;
	top:0;
}

.video .btn h1 {
	font-size: 1.71em
}

.videos-container {
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
	
	margin: 0 auto;
}

.videos-cell {
	width: 270px;
	float: left;
	padding-right: 30px;
}


.videos-cell a {
	float: right;
	position: relative;
}

.videos-cell a:first-of-type::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("img/playicon.png");
	height: 30%;
	width: 30%;
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
}

.videos-cell img{
	width: 270px;
	height: auto;
	box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.45);
	margin-bottom: 14px;
}

.videos-cell .video-description {
	height: 4.2em;
	overflow: hidden;
}

.videos-cell .btn {
	margin-top: 10px;
	position: relative;
	display: inline-block;
}

/* ===========Updates=========== */

.updates {
	background-color: #e7eaeb;
	color: black;
	
}

.updates .container {
	min-height: 380px;
	position: relative;
}

.updates-container {
	display: inline-block;
	position: relative;
	padding-bottom: 70px;
}

/*
>>> Do not confuse '.updates .container' with '.updates-container'! <<<
'.updates .container' is the main reccuring '.container' which is also in '.updates'
'.updates-container' is a container unique in .updates
...
... yes this actually made sense to me when I wrote this
*/

.updates h1{
	font-family: 'Roboto', sans-serif;
	text-shadow: 2px 2px #C2C2C2;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 28px;
	position: relative;
}

.updates p {
	font-family: 'Roboto', sans-serif;
	font-size: .85em;
	font-weight: normal;
	padding-bottom: 15px;
}

.updates a {
	color: black;
}

.twitter-feed {
	position: absolute;
	width: 278px;
	top: 0;
	right: 0;
}

.update {
	width: 570px;
	margin-bottom: 15px;
	background-color: white;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25);
}
.update a{
	float: right;	
	color: black;
}

.update a:hover {
	color:rgb(69, 135, 202);
	text-decoration: underline;
}



.update a:first-of-type {
	float: none;
}

.update h3 {
	padding-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.update h3:first-of-type {
	float: right;
	font-weight: normal;
	font-size: .8em;
}

.updates-container .btn{
	display: none;
	position: absolute;
	bottom: 20px;
	right:0;
	font-size: 1.5em;
	font-weight: 700;
}

.single-update {
	background-color: rgb(231, 234, 235);
	color: black;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 55px;
	
}

.single-update .container {
	background-color: white;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 3px 5px 13px 0px rgba(0,0,0,0.25);
}

.single-update .container > * {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.single-update .single-update-content {
	border-bottom: 1px solid #4587ca;
	padding-top: 15px;
	min-height: 100px;
	padding-bottom: 2rem;
	font-size: 1.2em;
	letter-spacing: 50%;
}

.single-update h1, .single-update h3 {
	font-family: "Roboto", sans-serif;
	color: #243652;
	text-align: center;
	font-weight: 400;
}

.single-update h3 {
	padding-bottom: 1rem;
}

.single-update p {
	font-family: "Roboto", sans-serif;
	margin-bottom: 1rem;
}
.single-update a {
	color: #4587ca;
}

.single-update a:hover {
	color: color:rgb(69, 135, 202);
}

.single-update .nav-previous {
	padding-top: 1rem;
	display: inline-block;
}

.single-update .nav-next {
	padding-top: 1rem;
	float: right;
}

/* ===========Archive=========== */

.updates-archive {
	background-color: #243651;

	color: black;
	
	box-sizing: border-box;
	padding-top: 10px;

	
}

.updates-archive h2 {
	padding-bottom: 10px;
	font-size: 2em;
	color: #4587ca;
}

.updates-archive .container {
	padding: 30px 0;

}

.updates-archive .grey {
	background-color: #e7eaeb;
}

.updates-archive .white {
	background-color: white;
}

/* ===========Category=========== */

.category {
	background-color: #e7eaeb;
	color: black;
	padding-bottom: 10px;
}

.category .container {
	box-sizing: border-box;
	padding: 40px 0;
}

.searchbox {
	float: left;
	position: relative;
	width: 270px;
	margin-right: 30px;
	box-sizing: border-box;
	background-color: white;
	box-shadow: 0px 0px 3px 0px rgba(51, 50, 50, 0.53);
	min-height: 400px;
}

.searchbox-container {
	padding: 20px;
}

.searchbox-top {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 1.4em;
	color: white;
	background-color: #4587CA;
	padding: 8px 0;
}

.searchbox input {
	width: 95%;
	height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	border: 1px solid #e7eaeb;
	box-shadow: inset 0px 0px 3px rgba(51, 50, 50, 0.13);
}


.genre-list a{
	color: black;
	
}

.genre-list a:hover {
	color: #464d67;
}



.genre-list h2 {
	display: inline;
}

.current-menu-item > li {
	background-color: #4587CA;
	border-radius: 5px;
	
	color: white;
}
.current-menu-item > li:before {
	padding-left: 5px;
	content:"> ";
}




.searchbox li:first-of-type {
	margin-top: 15px;
}

.searchbox li {
	font-size: 1.2em;
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
	padding: 5px;
}



.listbox {
	display: inline-block;
	width: 600px;
}

.listbox-top {
	color: #4587CA;
	display: block;
}

.listbox-top p:first-of-type{
	float: left;
}

.listbox-top p:nth-of-type(2n), .listbox select {
	float: right;
	margin-left: 10px;
}

.listbox select {
	width: 60px;
}
.listbox-devider {
	clear: right;
	display: block;
	height: 5px;
	margin-top: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4587CA;
}

.gameslist {
	clear: right;
	display: block;
	position: relative;
	background-color: white;
	box-shadow: 0px 0px 3px 0px rgba(51, 50, 50, 0.53);
	
	box-sizing: border-box;
	
	width: 600px;
	height: 540px;
}

#game-catalog {
	min-height: 510px;
}

.gameslist ul {
	padding-top: 10px;
}

.gameslist li {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 25%;
	height: 205px;
	float: left;
	color: #707070;
	overflow: hidden;
}

.gameslist li p {
	text-align: center;
}

.gameslist li .game-container {
	margin: 0 auto;
	width: 80%;
}

.gameslist li img {
	margin-top: 15%;
	margin-bottom: 5%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	width: auto;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
}

.gameslist li .game-title {
	font-size: 1em;
	text-align: center;
	padding-bottom: 2%;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gameslist li .game-description {
	font-size: .7em;
	max-height: 4em;
	overflow: hidden;
	text-align: center;
	
}

.gameslist li .game-link {
	position: absolute;
	bottom: 3%;
	width: 80%;
	text-align: center;
}

.gameslist li a {
	color: white;
	font-weight: bold;
}


li.empty {
	width: auto;
	padding-top: 15px;
	padding-left: 30px; 
	font-size: 1.5em;
}

.category .btn {
	display: inline-block;
	
}

.gameslist-nav .btn {
	box-sizing: border-box;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	border-top: 1px solid rgb(194, 196, 197);
	border-radius: 0;
	width: 50%;
	height: 60px;
	padding-top: 13px;
	position: absolute;
	bottom: 0;

}

.gameslist-nav .btn:hover {
	background-color: rgb(231, 234, 235);
}

.gameslist-nav .btn a {
	color: rgb(83, 157, 215);
	font-size: 1.5em;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display:block;
	
}

.category .alignleft {
	left: 0;
	border-right:1px solid rgb(194, 196, 197);;;
	
}


.category .alignright {
	right: 0;	
}



/* ===========Product=========== */

.game-details {
	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.15) 99%);
	background-color: #132644;
	padding-top: 30px;
}

.product {
	position: relative;
	color: #e7eaeb;
	box-sizing: border-box;
}

.product .container {
	min-height: 420px;
	position: relative;
}

.product-image {
	float: left;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	
	
}

.product-image img {
	height: 380px;
	width: auto;
	right: 50%;
	box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.65);
}

.product-screenshots {
	transform: translateY(140%);
	bottom: 0;
	position: absolute;

}

.product .btn {
	background: linear-gradient(to bottom, rgba(230, 33, 71, 1) 0%, rgba(130, 3, 26, 1) 100%);
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
}

.product-screenshot {
	display: inline-block;
	margin: 0 2px;
	width: 60px;
	height: 33px;
	overflow: hidden;
	position: relative;
}

.product-screenshot img {
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	width: 100%;
	height: auto;
}

.product-text {
	position: relative;
	display: inline-block;
	float: right;
	width: 600px;
	margin-bottom: 10px;
}

.product .product-title {
	color: #4587CA;
	border-bottom: 1px solid #4587CA;
	margin: 20px 0;
	
}

.product .product-title h2 {
	display: inline;
	color: white;
}

.product .product-title h4 {
	font-size: 1.3em;
	color: white;
	float:right;
}

.product .product-title h5 {
	font-size: .7em;
	color: white;
	padding-bottom:8px;
}

.product-description {
	min-height: 200px;
}
.product .buylink-container {
	padding: 15px 0;
	position: relative;
	float: left;
	width: 50%;
	height: 30px;
}

.product .buylink-container a{
	float: right;
	padding-right: 25px;
	font-weight: bold;
}


/* ===========Media=========== */


.game-media .container {
	color: white;
	padding-top: 30px;
	padding-bottom: 55px;
	position: relative;
}

.game-media h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #4587ca;
	text-align: center;
}

.media-thumbnail-container {
	position: relative;
	display: inline-block;
	width: 900px;

	
}

.media-thumbnail-container div:last-of-type {
	margin: 0;
}

.single-media-container{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 160px;
	height: 90px;
	margin-right: 21px;
	overflow: hidden;
	box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.65);
}



.single-media-container img {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	height: auto;
}

a.video::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url("img/playicon.png");
	background-position: center; 
	background-size: auto 60%;
	background-repeat: no-repeat;
}


.yt-video {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	width: 640px;
	height: 390px;
}
.yt-video iframe,
.yt-video object,
.yt-video embed { 
	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.video-exit {
	font-family: 'Roboto', sans-serif;
	right: 20px;
	position: absolute;
	float: right;
}

.video-exit a {
	color: #F7A8BD;
	font-size: 2em;
	weight: 700;
}

.video-exit a:hover {
	color: #FA4B79;
}

/* ===========Product -> Browse=========== */

.browse {
	background-color: white;
	
}

.browse .container {
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 60px;
	position: relative;
}

.browse .moregames-container {
	display: block;
	
	margin: 0 auto;
}

.browse a {
	color: #4587CA;

}

.browse a:hover {
	color: #67A9EC;
}


.browse img {
	margin-top: 20px;
	margin-right: 8px;
	width: 100px;
	height: auto;
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.5);
	box-sizing: border-box;
}
/* ===========About=========== */

.about {
	background-color: #040b15;
	min-height: 350px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #e7eaeb;
}

.about .container {
	box-sizing: border-box;
	padding: 15px 0;
}

.about h1 {
	color: #4587CA;
	padding-bottom: 20px;
}

.about h3 {
	margin-top: 2rem;
}

.about p {
	font-size: 1em;
	font-family: Roboto, sans-serif;
	line-height: 190%;
}

.about a {
	color: #66A0DB;
}

.about ul {
	position: relative;
	display: none;
	margin-top: 3rem;
	padding: 1rem;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.about li {
	float: left;
	width: 20%;
}

/* ===========Support=========== */
#support-ticket-form {
	margin-top: 1rem;
}
#support-ticket-form * {
	font-family: Roboto, sans-serif;
}

#support-ticket-form input {
	display: block;
}

#support-ticket-form .left-side, #support-ticket-form .right-side {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding-right: 1rem;
	margin-bottom: 2rem;
}
#support-ticket-form > div > * {
	width: 100%;
}
#support-ticket-form > div > input:last-of-type {
	margin-bottom: 0;
}
#support-ticket-form input {
	box-sizing: border-box;
	height: 3.54167rem;
	padding: 1rem;
	margin-bottom: 30px;
	border-radius: 4px;
	border: none;
}
#support-ticket-form select {
	box-sizing: border-box;
	height: 2.54167rem;
	margin-bottom: 30px;
	border-radius: 4px;
	border: none;
}
#support-ticket-form textarea {
	border-radius: 4px;
	height: 16.717rem;
	padding: 1rem;
	resize: none;
}

#support-ticket-form .btn {
	margin: 0 auto;
}

/* ===========Footer=========== */

footer {
	background-color: #040b15;
	color: #e7eaeb;

}

footer .container {
	height: 70px;
	position: relative;
}

footer p {
	float: left;
	white-space: nowrap;
	line-height: 70px;
}

.bottom-nav {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

}


footer li {
	padding-right: 15px;
	text-transform: uppercase;
}


footer li a:hover {
	color:rgb(69, 135, 202);
}

/* ===========Wordpress=========== */

.navigation a {
	color: black;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
		MediaQueries
   ========================================================================== */

/*
	==================== 1150px ====================
	==================== 1150px ====================
	==================== 1150px ====================
*/

@media only screen and (max-width: 1150px) {
	
	.img-gallery-container {
		height: 420px;
		width: 950px;
	}
	
	.top-main .container {
		width: inherit;
		display: block;
	}
	
	.slideshow-text-container {
		z-index: 20;
		position: absolute;
		right: 0;
		background-color: #040b15;
		width: 360px;
	}
	
	.slideshow-text h1{
		padding-bottom: 15px;
	}
	
	.slideshow-text-container p, .slideshow-text-container .btn {
		margin-right: 20px;
	}
	
	.slideshow {
		float: left;
		display: block;
		margin: 0;
		width: 800px;
		position: absolute;
		right: 340px;
	}
		
}

/*
	==================== 1000px ====================
	==================== 1000px ====================
	==================== 1000px ====================
*/

@media only screen and (max-width: 1000px) {
    
	/*===General===*/	
	
	
	.img-gallery-container {
		height: 362px;
		width: 806px;
	}
	
	
	.container {
		width: 600px;
	}
	
	/*===Game Catalog/ Category===*/
	
	
	.category {
		
	}
	
	.category .container {
		padding: 20px 0;
	}
	
	.searchbox {
		width: 600px;
		margin: 0;
		min-height: 100px;
		margin-bottom: 10px;
	}
	
	.searchbox-container {
		padding: 10px;
	}
	
	.genre-list li {
		display: inline-block;
		font-size: 1em;
		padding: 5px 12px;
	}
	
	.current-menu-item > li:before {
	padding-left: 5px;
	content: none;
	}
	
	.listbox {
		
	}
	
	.gameslist {
		width: 600px;
	}
	
	#game-catalog {
		/*min-height: 410px;*/
	}
	
	/*===Browse===*/
	
	.browse .container {
		padding: 20px 0;
	}
	
	.browse h2{
		padding-bottom: 5px;
	}
	.moregames-container a:last-of-type, .moregames-container a:nth-of-type(6n), .moregames-container a:nth-of-type(7n) {
		display: none;
	}
	
	.moregames-container img {
		margin: 8px;
	}
	
	/*===Product===*/
	
	.game-details {
		padding-top: 0;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	
	.product-image {
		top: 0;
		left: 50%;
		transform: none;
		transform:translateX(-50%);
		transform:translate(-50%, -30%);
		
		padding: 0 0;
		opacity: 0.3;
	}
	
	.product .product-title {
		color: white;
	}
	
	.product-image > img {
		width: 1000px;
		height: auto;
		max-width: none;
		max-height: none;
		/*-webkit-filter: blur(3px);*/
		image-rendering: auto
	}
	
	
	
	.product-text {
		margin-top: 50px;
	}
	
	.game-media .container {
		border: none;
		height: 130px;
	}

	.single-media-container {
		width: 110px;
		margin-right: 8px;
	}
	

	.single-media-container img {
		width: auto;
		height: 100%;
	}
	.video-exit {
		z-index: 10;
	}
	.yt-video {
		padding-top: 50px;
	}
	
	/*===New Releases===*/
	
	.cell {
		width: 200px;
		padding: 0 10px;
	}
	
	.cell-thumbnail {
		float: none;
	}

	.cell-container {
		height: 70px;
	}
	
	.cell.row1 {
		padding-bottom: 30px;
	}
	
	.cell.row2 {
		margin-bottom: 30px;
	}
	
	.cell img {
		float: none;
		margin-left: 42px;
		max-width: 125px;
		height: auto;
		max-height: none;
	}
	
	.cell h3 {
		font-size: 1.2em;
		text-align: center;
		
	}
	
	.cell .release-description {
		display: none;
	}
	
	.cell .btn {
		margin-left: 26px;
	}
	
	.twitter-feed {
		display: none;
	}
	
	/*===Videos===*/
	
	.videos .container {
		width: 800px;
	}
	
	.videos-cell {
		width: 235px;
	}
	
	.videos-cell h3 {
		font-size: 1.5em;
		text-align: center;
	}
	
	.videos-cell img{
		width: 235px;
	}
	.videos .video-description {
		display: none;
	}
	
	
	.videos .btn {
		display: none;
	}
	
	/*===Updates===*/
	
	.update h3 {
		font-size: 1.5em;
	}
	
	.update p {
		padding-bottom: 10px;
	}
	
	
}


/*
	==================== 820px ====================
	==================== 820px ====================
	==================== 820px ====================
*/


@media only screen and (max-width: 820px) {

	.img-gallery-container {
		height: 250px;
		width: 606px;
	}


	/*===Slideshow===*/

	
	.top-main {
		height: auto;
	}
	
	#the-slideshow {
		display: none !important;
	}
	
	.slideshow-text {
		display: block;
		position: relative;
		top: 35%;
	}
	
	.slideshow-text h1 {
		color: #4587ca;
	}
	
	.slideshow-text-container {
		position: relative;
		width: auto;
		
		height: 280px;
	}
	
	.slideshow-text-container h1 {
		font-size: 3em;
		padding-bottom: 15px;
	}
	
	.slideshow-text-container p {
		padding: 0 100px;
	}
	
	.slideshow-text-container .btn {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	
	/*===Videos===*/
	
	.videos .container {
		width: 600px;
	}
	
	.videos-cell {
		width: 170px;
	}
	
	
	.videos-cell h3 {
		font-size: 1em;
		text-align: center;
	}
	
	.videos-cell img{
		width: 170px;
		box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.35);
	}
	.videos .video-description {
		display: none;
	}
	
	.videos .btn {
		margin-right: 40px;
	}
	/*===New Releases===*/
	

	
	.cell {
		border: none;
	}
	
	.releases h1 {
		color: white;
	}
	
}


/*
	==================== 650px ====================
	==================== 650px ====================
	==================== 650px ====================
*/

@media only screen and (max-width: 650px) {


	.img-gallery-container {
		height: 226px;
		width: 493px;
	}

	/*===General===*/	
		
	.container {
		width: 400px;
	}
	
	.btn {
		padding: 3px 5px;
	}
	
	/*===Top-container===*/	
	
	.top-container {
		
	}
	
	.top-nav .container {
		width: auto;
	}
	
	.top-nav img {
		padding-left: 25px;
		width: 100px;
		
	}
	
	.background {
		width: 68%;
	}
	
	
	
	/*===Game Catalog/ Category===*/
	
	.category {
		background-color: #F0F5FA;
		padding-bottom: 0;
	}
	
	.category .container {
		padding: 20px 0;
		width: auto;
	}
	
	.searchbox {
		width: auto;
		margin: 0;
		min-height: 100px;
		margin-bottom: 10px;
	}
	
	.searchbox-container {
		padding: 10px;
	}
	
	.genre-list ul {
		padding-left: 3%;
	}
	
	.genre-list li {
		display: inline-block;
		font-size: 1.5em;
		padding: 5px 12px;
	}
	
	.game-link {
		display: none;
	}
	
	.current-menu-item > li:before {
	padding-left: 5px;
	content: none;ß
	}
	
	.listbox {
		
	}
	
	.gameslist {
		width: auto;
		height: 522px;
		padding-bottom: 0;
		margin: 0;
		box-shadow: none;
		border-top: 1px solid rgba(51, 50, 50, 0.23);
	}
	
	.gameslist li {
		height: 220px;
	}
	
	
	#game-catalog {
		min-height: 450px;
	}
	
	
	
	
	.category .container {
		padding: 0;
		margin-bottom: -6px;
	}
	
	.searchbox {
		margin: 0;
		display: block;
		width: 100%;
		background-color: #f9fcfd;
	}
	.listbox-top, .listbox-devider {
		display: none;
	}
	
	.listbox {
		
		width: 100%;
	}
	
	/*===Product===*/
	
	.product .product-title h4 {
		float: none;
		font-size: .7em;
	}
	

	
	.product-text {
		width: 400px;
	}
	
	.product-image > img {
		width: 650px;
	}
	.game-media {
		display: none;
	}
	
	/*===Slideshow===*/
	
	.slideshow-text-container {
		
		height: 330px;
	}
	
	.slideshow-text-container p {
		padding: 0 20px;
		margin-bottom: 10px;
	}
	
	.slideshow-text-container .btn {
		
		padding: 5px 10px;
	}
	
	.product-text {
		margin-top: 20px;
	}
	
	
	.product .buylink-container {
		height: 78px;
		margin-bottom: 30px;
	}
	
	.product img {

	}
	
	.product .btn {
		position: absolute;
		bottom: 0;
		left: 38%;
		transform: translateX(-50%);
	}
	
	.moregames-container img {
		width: 80px;
	}
	
	.moregames-container a:nth-of-type(5n) {
		display: none;
	}
	
	/*===New Releases===*/
	
	.gone650 {
		display: none;
	}
	
	.releases h1 {
		padding: 15px 0;

	}
	.cell {
		width: 200px;
		padding: 0 10px;
	}
	
	.cell.row1 {
		padding-bottom: 15px;
	}
	
	.cell.row2.column1 {
		clear: none;
	}
	
	.cell.row2.column2, .cell.row2.column3 {
		display: none;
	}
	
	.cell-container {
		height: 85px;

	}
	.cell h3 {
		padding: 10px;
	}
	.cell .btn {

		padding-bottom: 5px;
		right: 0;
		margin-right: 30px;
		margin-left: 0;
		
	}
	.cell .btn a {
		font-size: .8em;
	}
	
	.cell .btn a {
		font-size: 1.2em;
	}


	/*===Videos===*/
	
	.videos {
		display: none;
	}
	
	/*===Updates===*/	
	
	.update {
		width: auto;
		
	}
	.single-update .container {
		width: auto;
	}
	.single-update .container > * {
		padding: 0;
	}

	/*===Top===*/
	
	.background {
		width: 60%;
	}
	

	
	.background li {
		margin-right: 5px;
	}
	
	/*===Slideshow===*/
	
	.slideshow-text-container {
		height: 360px;
		padding-top: 25px;
	}
	
	
	/*===About===*/
	
	.about {

		padding-top: 15px;
		padding-bottom: 30px;
	}
	
	.about .container {
		width: 380px;
	}
	
	.about h1 {
		font-size: 2.5em;
		text-align: center;
	}
	
	.about p{
		font-size: .8em;
		line-height: 130%;
	}
	
	/*===Updates===*/
	.updates .container {
		width: 380px;
	}
	
	/*===Footer===*/
	footer .container {
		width: 380px;
		font-size: .8em;

	}
	footer p {
		font-size: .9em;
	}
	
	footer li {
		padding-right: 5px;
	}
	
	footer li a {
		font-size: .9em;
	}
		
}


/*
	==================== 480px ====================
	==================== 480px ====================
	==================== 480px ====================
*/

@media only screen and (max-width: 480px) {

	.img-gallery-container {
		height: 175px;
		width: 410px;
	}

	.img-nav {
		z-index: 5;
		opacity: 0.8;
	}

	.searchbox li {
		font-size: 1.1em;
	}

	.updates-container {
		padding-bottom: 20px;
	}
	.single-update .container {
		box-sizing: border-box;
	}

	.top-nav li.active {
		text-shadow: none;
	}
}


/*
	==================== 450px ====================
	==================== 450px ====================
	==================== 450px ====================
*/

@media only screen and (max-width: 450px) {
	
	
	/*===Top===*/
	.background li a{
		font-size: .8em;
	}
	
	/*===Product===*/
	
	.product .container {
		box-sizing: border-box;
		
		width: 340px;
	}
	
	.product-text {
		width: 340px
	}
	
	.product-title h5{
		padding-bottom: 8px;
	}
	
	
	.browse h2 {
		text-align: center;
	}
	
	.moregames-container img{
		width: 70px;
		margin: 10px;
	}
	
	.browse .container {
		width: 380px;
	}
	/*===About===*/
	
	.about .container {
		width: 360px;
	}

	/*===Updates===*/
	
	.update {
		width: 380px;
	}
}

/*
	==================== 400px ====================
	==================== 400px ====================
	==================== 400px ====================
*/

@media only screen and (max-width: 400px) {
	
	
	.img-gallery-container {
		height: 139px;
		width: 313px;
	}


	.container {
		width: 300px;
	}

	/*
		Top
	*/
	
	.background {
		width: 55%;
	}
	
	.background li a {
		font-size: .6em;
	}
	
	.top-nav ul {
		margin: 0;
	}
	
	.top-nav img {
		width: 80px;
		padding-left: 10px;
	}
	
	/*
		Games
	*/
	
	#game-catalog {
		min-height: 280px;
	}
	.searchbox li {
		font-size: .9em;
		padding: 3px 8px;
	}
	
	.gameslist {
		height: 353px;
	}
	
	.gameslist li {
		height: 135px;
	}
	
	.gameslist li .game-title {
		font-size: .7em;
	}
	
	.gameslist li img{
		height: 90px;
	}
	
	
	.gameslist li p {
		display: none;
	}
	
	/*
		Game Product
	*/
	
	.product .container {
		width: 280px;
	}

	.product-image {
		transform: translate(-50%, -10%);
	}
	.product-text {
		width: auto;
	}

	.product .buylink-container {
		height: 50px;
	}
	.buylink-container img {
		width: 80%;
	}
	.product .btn {
		font-size: .8em;
	}
	.browse .container {
		width: inherit;
	}
	
	.moregames-container {
		display: block;
		width: 200px;
	}
	.moregames-container img {
		width: 75px;
	}
	
	/*
		Slideshow
	*/
	
	
	.slideshow-text-container .btn {
		font-size: 1em;
	}
	
	/*
		New Releases
	*/
	
	.cell {
		width: 150px;
	}
	
	.cell img {
		margin: 0;
		margin-left: 22px;
	}
	
	.cell .btn {
		display: none;
	}
	
	.cell h3 {
		font-size: 1em;
	}
	
	
	/*
		Update
	*/
	
	.update {
		width: auto;
		display: block;
		margin: 0 15px;
	}
	
	.updates .container {
		width: inherit;
	}
	
	.updates .btn {
		margin-right: 10px;
	}
	
	/*
		About
	*/
	.about {
		padding-left: 20px;
		padding-right: 20px;
	}
	.about .container {
		width: inherit;
	}
	
	.about p {
		text-align: center;
	}
	
	/*
		Footer
	*/
	
	footer .container {
		padding: 0 10px;
		width: inherit;
	}

	footer p {
		text-align: center;
		float: none;
	}

	.bottom-nav {
		display: none;
	}
}

/*
	==================== 300px ====================
	==================== 300px ====================
	==================== 300px ====================
*/



@media only screen and (max-width: 300px) {

	.img-gallery-shadow {
		display: none !important;
	}
	.img-gallery {
		display: none !important;
	}


	.container {
		width: auto;
		max-width: 280px;
	}
	

	
	p, h1, h2 ,h3 ,h4 {
		margin: 0 !important;
		padding: 0 !important;
	}
	/*
		Top
	*/
	
	.background li a {
		color: #4587ca;
	}
	
	.top-nav img {
		z-index: 1;
		position: absolute;
		right: 15px;
	}
	.background {
		width: 100%;
		background-color: #e7eaeb;
	}
	
	/*
		Games
	*/
	.searchbox li {
		font-size: .7em;
	}
	.gameslist li img {
		height: 70px;
	}
	
	
	/*
		Product
	*/
	
	.product .container {
		width: 200px;
	}

	.product-image {
		transform: translate(-50%, 0%);
	}
	
	.product .btn {
		width: 60px;
	}
	

	
	/*
		Slideshow
	*/
	.slideshow-text-container {
		padding: 40px 10px;
		padding-bottom: 0;
	}

	.slideshow-text-container h1 {
		font-size: 2em;
	}
	.slideshow-text {
		padding: 0;
		min-width: 100px;
	}
	
	.slideshow-text .btn {
		font-size: .7em;
	}
	/*
		Releases
	*/
	
	.releases-table {
		width: auto;
	}
	.cell-container {
		height: auto;
	}
	.cell {
		width: 50%;
		padding: 10px;
	}
	
	.cell img {
		max-width: 100px;
		padding: 0;
	}
	
	.release-title {
		display: none;
	}
	/*
		Update
	*/
	
	.updates-container {
		display: block;
		padding: 20px 0;
	}
	.update p {
		display: none;
	}
	
	.update h3:first-of-type {
		display: none;
	}

	.single-update .container {
		width: 200px;
	}


	/*
		Footer
	*/
	
	

}

/*
	==================== 260px ====================
	==================== 260px ====================
	==================== 260px ====================
*/

@media only screen and (max-width: 260px) {
	.top-nav img {
		display: none;
	}
	
	.gameslist li img {
		height: 60px;
	}
	
	.slideshow-text-container {
		height: 450px;
	}
	
	.cell img {
		max-width: 80px;
	}
	
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}